go.pact.im/x/clock/fakeclock.timer.ch (field)

4 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L152: 		ch: make(chan time.Time, 1),
		fakeclock.go#L272: 	ch chan time.Time
		fakeclock.go#L277: 	return t.ch
		fakeclock.go#L293: 	case t.ch <- now: